home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2001 May / Internet News 2001-05 - CD-ROM.rar / INCD200105.ISO / pc / Promo / Extasi / EXTASI.exe / 1033 / RCDATA / CABINET / EXTASI.inf < prev    next >
INI File  |  2000-11-23  |  11KB  |  308 lines

  1. ; Localized    03/03/1999 10:34 AM (GMT)    7:4.1.219     Template.inf
  2. ;===========================================================================
  3. ;
  4. ; All of the customizable sections of this file are in the [Strings] section
  5. ; at the bottom.
  6. ;
  7. ;===========================================================================
  8.  
  9.  
  10. ;=============================================
  11. ; These are global settings for the whole file.
  12. ;=============================================
  13.  
  14. [version]
  15. Signature=$chicago$
  16. AdvancedINF=2.5
  17.  
  18. [CmDial32.Dll]
  19. Version=458752
  20. Build=131596289
  21.  
  22. [Intl]
  23. Display=1033
  24.  
  25. ; -------------------------------------------------------------------
  26. ; This is the default install section.  This handles installation of
  27. ; the profile specific files
  28. ; -------------------------------------------------------------------
  29. [DefaultInstall]
  30. SmartReboot=N
  31. CustomDestination=CustInstDestSection
  32. RunPreSetupCommands=RunPreSetupCommandsSection
  33. CopyFiles=Xnstall.CopyFiles, Xnstall.CopyFiles.ICM
  34. AddReg=Xnstall.RenameReg
  35. RegisterOCXs=RegisterOCXSection
  36.  
  37. ; -------------------------------------------------------------------
  38. ; This file section sets up the desktop icon GUID and is thus
  39. ; only needed on legacy systems.
  40. ; -------------------------------------------------------------------
  41. [Xnstall_Legacy]
  42. SmartReboot=N
  43. CustomDestination=CustInstDestSection
  44. AddReg=Xnstall.AddReg.DesktopIcon, Xnstall.AddReg.Icon
  45.  
  46. ; -------------------------------------------------------------------
  47. ; section to install if for a private individual
  48. ; -------------------------------------------------------------------
  49. [Xnstall_Private]
  50. SmartReboot=N
  51. CustomDestination=CustInstDestSection
  52. AddReg=Xnstall.AddReg.Private
  53.  
  54. ; -------------------------------------------------------------------
  55. ; section to install if profile for all users
  56. ; -------------------------------------------------------------------
  57. [Xnstall_AllUser]
  58. SmartReboot=N
  59. AddReg=Xnstall.AddReg.AllUsers
  60. CustomDestination=CustInstDestSection
  61.  
  62. ; -------------------------------------------------------------------
  63. ; Launches the postinstall commands
  64. ; -------------------------------------------------------------------
  65. [PostInstall]
  66. SmartReboot=N
  67. CustomDestination=CustInstDestSection
  68. RunPostSetupCommands=RunPostSetupCommandsSection
  69.  
  70. ; -------------------------------------------------------------------
  71. ; Section used to uninstall Private user profiles
  72. ; -------------------------------------------------------------------
  73. [Remove_Private]
  74. Cleanup=1
  75. SmartReboot=N
  76. BeginPrompt=RemoveBeginPromptSection
  77. EndPrompt=RemoveEndPromptSection
  78. RunPreSetupCommands=RunPreUnInstCommandsSection
  79. CustomDestination=CustUnInstDestSectionPrivate
  80. DelFiles=Remove.DelFiles, Remove.DelFiles.ICM
  81. DelReg=Remove.DelReg.Private
  82. DelDirs=CleanDir
  83. RunPostSetupCommands=RunPostUnInstCommandsSection
  84.  
  85. ; -------------------------------------------------------------------
  86. ; Section used to uninstall All User profiles 
  87. ; (no all users in name for legacy reasons)
  88. ; -------------------------------------------------------------------
  89. [Remove]
  90. Cleanup=1
  91. SmartReboot=N
  92. BeginPrompt=RemoveBeginPromptSection
  93. EndPrompt=RemoveEndPromptSection
  94. RunPreSetupCommands=RunPreUnInstCommandsSection
  95. CustomDestination=CustUninstDestSectionAllUsers
  96. DelFiles=Remove.DelFiles, Remove.DelFiles.ICM
  97. DelReg=Remove.DelReg.AllUser
  98. DelDirs=CleanDir
  99. RunPostSetupCommands=RunPostUnInstCommandsSection
  100.  
  101. ; The following SetupCommandsSections allow you to run commands before or
  102. ; after the profile is installed.  The commands will only be executed once.
  103. ; Similarly the following UnInstCommandsSections will allow you to run
  104. ; commands before or after the profile is uninstalled.  An example command line
  105. ; is:
  106. ; Myprogram.exe /<switches> <options>
  107.  
  108. [RunPreSetupCommandsSection]
  109. ; Commands Here will be run Before Setup Begins to install
  110.  
  111. [RunPostSetupCommandsSection]
  112. ;Commands here will be run After setup finishes
  113.  
  114. [RunPreUnInstCommandsSection]
  115. ;Commands here will be run before Uninstall Begins
  116.  
  117. [RunPostUnInstCommandsSection]
  118. ;Commands here will be run after Uninstall Finishes
  119.  
  120. ; -------------------------------------------------------------------
  121. ; These are the registry entries for installation.
  122. ; -------------------------------------------------------------------
  123. [Xnstall.AddReg.DesktopIcon]
  124. "HKCR", "CLSID\%DesktopGUID%",,,"%ServiceName%"
  125. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%",,,"%ServiceName%"
  126. "HKCR", "CLSID\%DesktopGUID%\ShellFolder","Attributes",1,"00","00","00","00"
  127. ; Please make sure the following three commands are alphabetized by the %Open%, %Delete%,
  128. ; and %Settings% entries defined in the Strings section
  129. ; the Connect Command
  130. "HKCR", "CLSID\%DesktopGUID%\Shell\Open\Command",,,"cmmgr32.exe ""%49000%\%ShortSvcName%.cmp"""
  131. "HKCR", "CLSID\%DesktopGUID%\Shell\Open",,,"%Open%"
  132. ; the Delete Command
  133. "HKCR", "CLSID\%DesktopGUID%\Shell\Delete\Command",,,"cmstp.exe /u ""%49000%\%ShortSvcName%\%ShortSvcName%.inf"""
  134. "HKCR", "CLSID\%DesktopGUID%\Shell\Delete",,,"%Delete%"
  135. ; the Properties Command
  136. "HKCR", "CLSID\%DesktopGUID%\Shell\Settings...\Command",,,"cmmgr32.exe /settings ""%49000%\%ShortSvcName%.cmp"""
  137. "HKCR", "CLSID\%DesktopGUID%\Shell\Settings...",,,"%Settings%"
  138.  
  139. [Xnstall.AddReg.AllUsers]
  140. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%49001%"
  141. ;"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallString", "", "cmstp.exe /u ""%49000%\%ShortSvcName%\%ShortSvcName%.inf"""
  142. "HKLM", "%AppAct%\Mappings","%ServiceName%","","%49001%\%ShortSvcName%.cmp"
  143.  
  144. [Xnstall.AddReg.Private]
  145. "HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%%UserProfile%%\%PathFromProfileDir%"
  146. ;"HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallString", "", "cmstp.exe /u ""%%UserProfile%%\%PathFromProfileDir%\%ShortSvcName%\%ShortSvcName%.inf"""
  147. "HKCU", "%AppAct%\Mappings","%ServiceName%","","%%UserProfile%%\%PathFromProfileDir%\%ShortSvcName%.cmp"
  148.  
  149. ; -------------------------------------------------------------------
  150. ; These are the registry settings which
  151. ; are deleted during uninstall.
  152. ; -------------------------------------------------------------------
  153. [Remove.DelReg.AllUser]
  154. "HKLM", "%AppAct%\%ServiceName%"
  155. "HKLM", "%AppAct%\Mappings","%ServiceName%"
  156. "HKCU", "%AppAct%\UserInfo\%ServiceName%"
  157. "HKCR", "CLSID\%DesktopGUID%"
  158. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%"
  159. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"
  160.  
  161. [Remove.DelReg.Private]
  162. "HKCU", "%AppAct%\%ServiceName%"
  163. "HKCU", "%AppAct%\Mappings","%ServiceName%"
  164. "HKCU", "%AppAct%\SingleUserInfo\%ServiceName%"
  165. "HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"
  166.  
  167. [CleanDir]
  168. %49001%\%ShortSvcName%
  169.  
  170. ; -------------------------------------------------------------------
  171. ; These are the directory specifications.
  172. ; -------------------------------------------------------------------
  173.  
  174. [CustInstDestSection]
  175. 49000,49001=XConnMgrLDIDSection, 7
  176.  
  177. [CustUninstDestSectionAllUsers]
  178. 49000,49001=XConnMgrLDIDSectionAllUsers, 5
  179.  
  180. [CustUnInstDestSectionPrivate]
  181. 49000,49001=XConnMgrLDIDSectionPrivate, 5
  182.  
  183. [XConnMgrLDIDSection]
  184. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE", "ProfileInstallPath", "%UnexpectedError%", ""
  185.  
  186. [XConnMgrLDIDSectionAllUsers]
  187. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", ""
  188.  
  189. [XConnMgrLDIDSectionPrivate]
  190. "HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", ""
  191.  
  192. [DestinationDirs]
  193. Xnstall.CopyFiles=49001, %ShortSvcName%
  194. Xnstall.CopyFiles.ICM=49001
  195. Remove.DelFiles=49001, %ShortSvcName%
  196. Remove.DelFiles.ICM=49001
  197.  
  198. [SourceDisksNames]
  199. 55=, , 0
  200.  
  201. ; -------------------------------------------------------------------
  202. ; These are the Prompt Sections
  203. ; -------------------------------------------------------------------
  204.  
  205. [RemoveBeginPromptSection]
  206. Prompt=%BeginPrompt%
  207. ButtonType=YESNO
  208. Title=%UninstallAppTitle%
  209.  
  210. [RemoveEndPromptSection]
  211. Prompt=%EndPrompt%
  212.  
  213.  
  214. [Strings]
  215. ; -------------------------------------------------------------------
  216. ; These are the non localizable strings...
  217. ; -------------------------------------------------------------------
  218. KEY_RENAME="Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  219. AppAct="SOFTWARE\Microsoft\Connection Manager"
  220.  
  221. ; -------------------------------------------------------------------
  222. ; These are the localizable strings...
  223. ; Please also make sure to set the LCID in the [Intl] section, Display key to the LCID of
  224. ; the localized language.
  225. ; -------------------------------------------------------------------
  226. UnexpectedError="Errore imprevisto. Riavviare e reinstallare."
  227. PathFromProfileDir="Application Data\Microsoft\Network\Connections\Cm"
  228.  
  229. ; When you localize these commands (they are the commands for the Desktop Icon on legacy
  230. ; platforms) you must make sure to re-alphabetize the Registry add calls above.  Win95
  231. ; shows the menus in the order they were added and doesn't alphabetize them for you.
  232. Settings="P&roprietα"
  233. Open="C&onnetti"
  234. Delete="&Elimina"
  235.  
  236. ; -------------------------------------------------------------------
  237. ; The following strings are set by the Connection Manager Administration Kit
  238. ; Do not change any of the following strings
  239. ; -------------------------------------------------------------------
  240. ServiceName="EXTASI"
  241. ShortSvcName="EXTASI"
  242. DesktopGUID="{F54306A0-BCB5-11D4-8743-0048543DAE41}"
  243. UninstallAppTitle="EXTASI"
  244. DesktopIcon="Ico_G.ico"
  245. PhonebookPath=""
  246. BeginPrompt="Rimuovere EXTASI?"
  247. EndPrompt="EXTASI rimosso correttamente."
  248.  
  249. [CMAK Status]
  250. InfVersion=4
  251. LCID=Inglese (Stati Uniti d'America)
  252. IncludeDUN=0
  253. PhoneName=Pop
  254. IncludeCMCode=1
  255. LicenseFile=
  256. IncludeSupportDll=1
  257. UsePWDcache=0
  258. UpdatePhonebook=1
  259.  
  260. [Extra Files]
  261.  
  262. [Merge Profiles]
  263.  
  264. [Xnstall.AddReg.Icon]
  265. HKCR,"CLSID\%DesktopGUID%\DefaultIcon",,,"%49000%\%ShortSvcName%\%DesktopIcon%"
  266.  
  267. [Xnstall.CopyFiles]
  268. Pop.pbk
  269. Pop.pbr
  270. LogoCnnt.bmp
  271. Scltct.bmp
  272. Ico_G.ico
  273. Ico_p.ico
  274. Ico_p.ico
  275. Leggimi.txt
  276. EXTASI.cms,,,4
  277. EXTASI.inf
  278.  
  279. [Xnstall.CopyFiles.ICM]
  280. EXTASI.cmp,,,16
  281.  
  282. [Remove.DelFiles.ICM]
  283. EXTASI.cmp
  284.  
  285. [SourceDisksFiles]
  286. Pop.pbk=55
  287. Pop.pbr=55
  288. LogoCnnt.bmp=55
  289. Scltct.bmp=55
  290. Ico_G.ico=55
  291. Ico_p.ico=55
  292. Ico_p.ico=55
  293. EXTASI.inf=55
  294. EXTASI.cmp=55
  295. EXTASI.cms=55
  296.  
  297. [Remove.DelFiles]
  298. EXTASI.cms
  299. Leggimi.txt
  300. Pop.pbk
  301. Pop.pbr
  302. LogoCnnt.bmp
  303. Scltct.bmp
  304. Ico_G.ico
  305. Ico_p.ico
  306. Ico_p.ico
  307.  
  308.